home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / vbcc / machines / amiga68k / libsrc / stdio / tmpfile.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-20  |  96 b   |  10 lines

  1. #include <stdio.h>
  2.  
  3. /*  noch nicht implementiert... */
  4.  
  5. FILE *tmpfile(void)
  6. {
  7.     return(0);
  8. }
  9.  
  10.